Uses of Class
com.aerospike.jdbc.model.DataColumn
Packages that use DataColumn
-
Uses of DataColumn in com.aerospike.jdbc.model
Methods in com.aerospike.jdbc.model that return DataColumnModifier and TypeMethodDescriptionDataColumn.withCatalog(String catalog) DataColumn.withType(int type) -
Uses of DataColumn in com.aerospike.jdbc.schema
Methods in com.aerospike.jdbc.schema that return types with arguments of type DataColumnModifier and TypeMethodDescriptionAerospikeSchemaCache.get(SchemaTableName schemaTableName) static List<DataColumn>AerospikeSchemaBuilder.getSchema(SchemaTableName schemaTableName, com.aerospike.client.IAerospikeClient client) Method parameters in com.aerospike.jdbc.schema with type arguments of type DataColumnModifier and TypeMethodDescriptionvoidAerospikeSchemaCache.put(SchemaTableName schemaTableName, List<DataColumn> columns) -
Uses of DataColumn in com.aerospike.jdbc.sql
Methods in com.aerospike.jdbc.sql that return types with arguments of type DataColumnConstructor parameters in com.aerospike.jdbc.sql with type arguments of type DataColumnModifierConstructorDescriptionAerospikeRecordResultSet(RecordSet recordSet, Statement statement, String schema, String table, List<DataColumn> columns) AerospikeResultSetMetaData(String schema, String table, List<DataColumn> columns) ListRecordSet(Statement statement, String schema, String table, List<DataColumn> columns, Iterable<List<?>> data) SimpleParameterMetaData(List<DataColumn> columns)