java.lang.Object
io.helidon.dbclient.DbColumnBase
io.helidon.dbclient.mongodb.MongoDbColumn
Mongo implementation of
DbColumn.-
Method Details
-
javaType
Description copied from interface:DbColumnType of the column as would be returned by the underlying database driver.- Returns:
- class of the type
- See Also:
-
dbType
Description 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
-
name
Description copied from interface:DbColumnColumn name.- Returns:
- name of this column
-