public class PostgresSqlGenerator
extends rapture.structured.StandardSqlGenerator
| Constructor and Description |
|---|
PostgresSqlGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
constructGetIndexes(java.lang.String schema,
java.lang.String table) |
java.lang.String |
constructRenameTableColumns(java.lang.String schema,
java.lang.String table,
java.util.Map<java.lang.String,java.lang.String> columns) |
java.lang.String |
constructUpdateTableColumns(java.lang.String schema,
java.lang.String table,
java.util.Map<java.lang.String,java.lang.String> columns) |
protected org.apache.ddlutils.platform.SqlBuilder |
getDdlSqlBuilder(java.lang.String schema,
org.apache.ddlutils.Platform platform) |
constructAddTableColumns, constructCreateIndex, constructCreateSchema, constructCreateTable, constructCreateTable, constructDelete, constructDeleteTableColumns, constructDescribeTable, constructDropIndex, constructDropSchema, constructDropTable, constructGetForeignKeys, constructGetPrimaryKey, constructInsertPreparedStatement, constructInserts, constructListTables, constructSelect, constructSelectJoin, constructTableExists, constructUpdatePreparedStatement, getCaseConverter, getColumnExpression, getNameSanitizer, getSafeFullName, setCaseConverter, setNameSanitizerpublic java.lang.String constructUpdateTableColumns(java.lang.String schema,
java.lang.String table,
java.util.Map<java.lang.String,java.lang.String> columns)
constructUpdateTableColumns in interface rapture.structured.SqlGeneratorconstructUpdateTableColumns in class rapture.structured.StandardSqlGeneratorpublic java.lang.String constructRenameTableColumns(java.lang.String schema,
java.lang.String table,
java.util.Map<java.lang.String,java.lang.String> columns)
public java.lang.String constructGetIndexes(java.lang.String schema,
java.lang.String table)
constructGetIndexes in interface rapture.structured.SqlGeneratorconstructGetIndexes in class rapture.structured.StandardSqlGeneratorprotected org.apache.ddlutils.platform.SqlBuilder getDdlSqlBuilder(java.lang.String schema,
org.apache.ddlutils.Platform platform)
getDdlSqlBuilder in class rapture.structured.StandardSqlGenerator