public class H2JdbcExpert extends PsqlJdbcExpert
conf, keywords
Constructor and Description |
---|
H2JdbcExpert(JdbcExpertConfigFile conf) |
Modifier and Type | Method and Description |
---|---|
void |
checkDataSource(Connection conn) |
Pojo |
fetchPojoId(Entity<?> en,
MappingField idField) |
String |
getDatabaseType() |
List<String> |
getIndexNames(Entity<?> en,
Connection conn) |
createEntity, createResultSetMetaSql, evalFieldType, formatQuery, formatQuery, getAdaptor, wrapKeyword
addColumnNeedColumn, addComment, addComment, addDefaultValue, canCommentWhenAddIndex, createAddColumnSql, createIndexs, createIndexSql, createPojo, createRelation, createRelation, dropEntity, dropRelation, formatQuery, getConf, getDefaultValue, getKeywords, getNumberOfRecords, gSQL, isSupportAutoIncrement, isSupportGeneratedKeys, makePksName, setKeywords, setupEntityField, setupProperties, supportTimestampDefault, wrap
public H2JdbcExpert(JdbcExpertConfigFile conf)
public String getDatabaseType()
getDatabaseType
in interface JdbcExpert
getDatabaseType
in class PsqlJdbcExpert
DB
public Pojo fetchPojoId(Entity<?> en, MappingField idField)
fetchPojoId
in interface JdbcExpert
fetchPojoId
in class AbstractJdbcExpert
public List<String> getIndexNames(Entity<?> en, Connection conn) throws SQLException
getIndexNames
in interface JdbcExpert
getIndexNames
in class PsqlJdbcExpert
SQLException
public void checkDataSource(Connection conn) throws SQLException
checkDataSource
in interface JdbcExpert
checkDataSource
in class PsqlJdbcExpert
SQLException
Copyright © 2020. All rights reserved.