public class SQLiteDialectIdentityColumnSupport
extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
Constructor | Description |
---|---|
SQLiteDialectIdentityColumnSupport() |
Modifier and Type | Method | Description |
---|---|---|
String |
getIdentityColumnString(int type) |
|
String |
getIdentitySelectString(String table,
String column,
int type) |
|
boolean |
hasDataTypeInIdentityColumn() |
|
boolean |
supportsIdentityColumns() |
public boolean supportsIdentityColumns()
supportsIdentityColumns
in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
public boolean hasDataTypeInIdentityColumn()
hasDataTypeInIdentityColumn
in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
public String getIdentitySelectString(String table, String column, int type)
getIdentitySelectString
in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
public String getIdentityColumnString(int type)
getIdentityColumnString
in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
Copyright © 2018. All rights reserved.