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 void
AbstractConnectionResult. getMappings(MonetDBToJavaMapping[] input)
Gets the Java mappings as a MonetDBToJavaMapping array.void
MonetDBEmbeddedPreparedStatement. 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 MonetDBToJavaMapping
AbstractColumn. mapping
The mapping between MonetDB type and the Java Class.protected MonetDBToJavaMapping[]
AbstractRowSet. mappings
The MonetDB-To-Java mappings of the columns.Methods in nl.cwi.monetdb.embedded.mapping that return MonetDBToJavaMapping Modifier and Type Method Description static MonetDBToJavaMapping
MonetDBToJavaMapping. getJavaMappingFromMonetDBString(String sqlName)
Get the corresponding MonetDBToJavaMapping from MonetDB internal data type.MonetDBToJavaMapping
AbstractColumn. getMapping()
Gets the Java mapping of the column.static MonetDBToJavaMapping
MonetDBToJavaMapping. 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 void
QueryResultSet. 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 void
MonetDBTable. getMappings(MonetDBToJavaMapping[] input)
protected void
MonetDBTable. getMappingsInternal(MonetDBToJavaMapping[] input)