java.lang.Object
io.helidon.dbclient.DbColumnBase
io.helidon.dbclient.mongodb.MongoDbColumn
- All Implemented Interfaces:
- OptionalValue<Object>,- Value<Object>,- DbColumn
Mongo implementation of 
DbColumn.- 
Method SummaryMethods inherited from class io.helidon.dbclient.DbColumnBaseas, as, as, asBoolean, asDouble, asInt, asLong, asOptional, asString, get, get, map, map, rawValueMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.common.mapper.OptionalValueifPresent, ifPresentOrElse, isEmpty, isPresent, map, or, orElse, orElseGet, orElseThrow, orElseThrow
- 
Method Details- 
javaTypeDescription copied from interface:DbColumnType of the column as would be returned by the underlying database driver.- Returns:
- class of the type
- See Also:
 
- 
dbTypeDescription copied from interface:DbColumnType of the column in the language of the database.Example for SQL - if a column is declared as VARCHAR(256)in the database, this method would returnVARCHARand methodDbColumn.javaType()would returnString.- Returns:
- column type as the database understands it
 
- 
nameDescription copied from interface:DbColumnColumn name.- Returns:
- name of this column
 
 
-