Uses of Interface
de.julielab.costosys.dbconnection.DbcQuery
-
Packages that use DbcQuery Package Description de.julielab.costosys.dbconnection -
-
Uses of DbcQuery in de.julielab.costosys.dbconnection
Methods in de.julielab.costosys.dbconnection with parameters of type DbcQuery Modifier and Type Method Description java.lang.ObjectDataBaseConnector. withConnectionQuery(DbcQuery<?> command)booleanDataBaseConnector. withConnectionQueryBoolean(DbcQuery<java.lang.Boolean> command)doubleDataBaseConnector. withConnectionQueryDouble(DbcQuery<java.lang.Double> command)intDataBaseConnector. withConnectionQueryInteger(DbcQuery<java.lang.Integer> command)java.lang.StringDataBaseConnector. withConnectionQueryString(DbcQuery<java.lang.String> query)
-