public class PostgresTableStructure extends AbstractTableStructure
charset, ColumnKeys, ColumnNames, CompleteTypes, createTableQuery, createTableQueryElement, databaseName, defaultTableQueryElement, DefaultValues, ForeignKeys, foreignKeyStatement, Indexes, IsNullables, primaryKeyStatement, tableName, TypesLengths, TypesList, UniqueKeys, uniqueKeyStatement| Constructor and Description |
|---|
PostgresTableStructure(String Schemaname,
String TableName,
org.hibernate.SessionFactory dbSession) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildStructure(org.hibernate.SessionFactory dbSession) |
protected String |
getQueryForIndexes(org.hibernate.SessionFactory dbSession) |
protected String |
getQueryForTableStructure(org.hibernate.SessionFactory dbSession) |
buildUpCreateTableprotected void buildStructure(org.hibernate.SessionFactory dbSession)
throws Exception
buildStructure in class AbstractTableStructureExceptionprotected String getQueryForTableStructure(org.hibernate.SessionFactory dbSession) throws Exception
getQueryForTableStructure in class AbstractTableStructureExceptionprotected String getQueryForIndexes(org.hibernate.SessionFactory dbSession) throws Exception
getQueryForIndexes in class AbstractTableStructureExceptionCopyright © 2018. All Rights Reserved.