Uses of Class
com.objectsql.support.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.objectsql.handler
Methods in com.objectsql.handler that return PairModifier and TypeMethodDescriptiondefault PairColumnHandler.setValueHandle(Object object, ColumnInfo info, Object value) -
Uses of Pair in com.objectsql.helper
Fields in com.objectsql.helper declared as PairMethods in com.objectsql.helper that return PairMethods in com.objectsql.helper that return types with arguments of type PairMethods in com.objectsql.helper with parameters of type PairMethod parameters in com.objectsql.helper with type arguments of type PairModifier and TypeMethodDescriptionstatic voidSQLHelperCreator.setParameter(Options options, PreparedStatement ps, List<Pair> objects, Connection connection) voidSQLHelper.setParameters(List<Pair> parameters) -
Uses of Pair in com.objectsql.option
Methods in com.objectsql.option with parameters of type PairModifier and TypeMethodDescriptionprotected Stringabstract booleanAbstractOptions.preSetParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) booleanDMOptions.preSetParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) booleanMySQLOptions.preSetParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) booleanOracleOptions.preSetParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) booleanPostgreSQLOptions.preSetParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) booleanSQLServerOptions.preSetParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) voidAbstractOptions.setParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) Method parameters in com.objectsql.option with type arguments of type PairModifier and TypeMethodDescriptionAbstractOptions.getConditions(Class clazz, Expression[] expressions, List<Pair> values) AbstractOptions.joins(MultiQuery obj, List<Pair> values) AbstractOptions.selectColumns(IQuery query, String alias, Map<String, String> asNames, List<Pair> values) -
Uses of Pair in com.objectsql.support
Methods in com.objectsql.support that return types with arguments of type PairMethods in com.objectsql.support with parameters of type PairModifier and TypeMethodDescriptionstatic SQLPairvoidOptions.setParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) Method parameters in com.objectsql.support with type arguments of type PairModifier and TypeMethodDescriptionstatic SQLPairOptions.getConditions(Class clazz, Expression[] expressions, List<Pair> values) voidvoidConstructors in com.objectsql.support with parameters of type PairConstructor parameters in com.objectsql.support with type arguments of type Pair