.. java:import:: java.sql PreparedStatement .. java:import:: java.sql ResultSet .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces GetInfoImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.database.proto ProtoInfo MySQLGetInfo ============ .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLGetInfo extends MySQLTransaction implements GetInfoImpl Fields ------ STMT_GET_INFO ^^^^^^^^^^^^^ .. java:field:: public static final String STMT_GET_INFO :outertype: MySQLGetInfo Constructors ------------ MySQLGetInfo ^^^^^^^^^^^^ .. java:constructor:: public MySQLGetInfo(Access access) :outertype: MySQLGetInfo Methods ------- execute ^^^^^^^ .. java:method:: @Override public void execute(ProtoInfo protoInfo) throws TransactionException :outertype: MySQLGetInfo