Uses of Class
nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
| Package | Description |
|---|---|
| nl.cwi.monetdb.embedded.env | |
| nl.cwi.monetdb.embedded.mapping | |
| nl.cwi.monetdb.embedded.resultset | |
| nl.cwi.monetdb.embedded.tables |
-
Uses of MonetDBToJavaMapping in nl.cwi.monetdb.embedded.env
Methods in nl.cwi.monetdb.embedded.env with parameters of type MonetDBToJavaMapping Modifier and Type Method Description abstract voidAbstractConnectionResult. getMappings(MonetDBToJavaMapping[] input)Gets the Java mappings as a MonetDBToJavaMapping array.voidMonetDBEmbeddedPreparedStatement. getMappings(MonetDBToJavaMapping[] input) -
Uses of MonetDBToJavaMapping in nl.cwi.monetdb.embedded.mapping
Fields in nl.cwi.monetdb.embedded.mapping declared as MonetDBToJavaMapping Modifier and Type Field Description protected MonetDBToJavaMappingAbstractColumn. mappingThe mapping between MonetDB type and the Java Class.protected MonetDBToJavaMapping[]AbstractRowSet. mappingsThe MonetDB-To-Java mappings of the columns.Methods in nl.cwi.monetdb.embedded.mapping that return MonetDBToJavaMapping Modifier and Type Method Description static MonetDBToJavaMappingMonetDBToJavaMapping. getJavaMappingFromMonetDBString(String sqlName)Get the corresponding MonetDBToJavaMapping from MonetDB internal data type.MonetDBToJavaMappingAbstractColumn. getMapping()Gets the Java mapping of the column.static MonetDBToJavaMappingMonetDBToJavaMapping. valueOf(String name)Returns the enum constant of this type with the specified name.static MonetDBToJavaMapping[]MonetDBToJavaMapping. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MonetDBToJavaMapping in nl.cwi.monetdb.embedded.resultset
Methods in nl.cwi.monetdb.embedded.resultset with parameters of type MonetDBToJavaMapping Modifier and Type Method Description voidQueryResultSet. getMappings(MonetDBToJavaMapping[] input) -
Uses of MonetDBToJavaMapping in nl.cwi.monetdb.embedded.tables
Methods in nl.cwi.monetdb.embedded.tables with parameters of type MonetDBToJavaMapping Modifier and Type Method Description voidMonetDBTable. getMappings(MonetDBToJavaMapping[] input)protected voidMonetDBTable. getMappingsInternal(MonetDBToJavaMapping[] input)