public class PostgreSQLOptions extends MySQLOptions
| 构造器和说明 |
|---|
PostgreSQLOptions() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TableColumn> |
columns(Connection connection,
RdTable rdTable) |
List<TableColumn> |
columns(Connection connection,
String tableName) |
protected String |
columnString(ColumnInfo info,
int sensitive,
RdColumn rdColumn,
boolean addKey) |
List<String> |
createOrUpdateSqls(Connection connection,
RdTable table,
List<ColumnInfo> infos,
boolean tableExisted,
List<TableColumn> tableColumns) |
String |
databaseType() |
String |
getCaseSensitive(String name,
int sensitive) |
protected String |
getColumnType(ColumnInfo info,
RdColumn rdColumn) |
String |
keyword() |
String |
nanoTimeSQL() |
boolean |
preSetParameter(PreparedStatement ps,
Connection connection,
String databaseType,
int i,
Pair pair) |
Table |
table(Connection connection,
RdTable rdTable) |
Table |
table(Connection connection,
String tableName) |
boolean |
tableExists(Connection connection,
String tableName) |
List<Table> |
tables(Connection connection,
String keyword) |
doQuery, doQuery, getColumnWithOperator, getColumnWithOperatorAndFunctioncolumnComment, doQuery, doQueryCount, getCoding, getColumnWithOperator, getColumnWithOperatorAndFunction, getConditions, getConditions, getForeignSQL, getGroups, getOrders, getOrders, getTableName, getUniqueSQL, groupCountSelect, groups, havings, joins, orders, parseColumn, parseColumn, parseExpression, parseExpression, selectColumns, selectCount, setParameter, tableExists, tables, wherespublic String databaseType()
databaseType 在接口中 OptionsdatabaseType 在类中 MySQLOptionspublic boolean preSetParameter(PreparedStatement ps, Connection connection, String databaseType, int i, Pair pair) throws SQLException
preSetParameter 在类中 MySQLOptionsSQLExceptionpublic String keyword()
keyword 在接口中 Optionskeyword 在类中 MySQLOptionspublic String nanoTimeSQL()
nanoTimeSQL 在接口中 OptionsnanoTimeSQL 在类中 MySQLOptionspublic Table table(Connection connection, RdTable rdTable) throws ORMException
table 在接口中 Optionstable 在类中 MySQLOptionsORMExceptionpublic Table table(Connection connection, String tableName)
table 在接口中 Optionstable 在类中 MySQLOptionspublic List<Table> tables(Connection connection, String keyword)
tables 在接口中 Optionstables 在类中 MySQLOptionspublic boolean tableExists(Connection connection, String tableName)
tableExists 在接口中 OptionstableExists 在类中 MySQLOptionspublic List<TableColumn> columns(Connection connection, RdTable rdTable) throws ORMException
columns 在接口中 Optionscolumns 在类中 MySQLOptionsORMExceptionpublic List<TableColumn> columns(Connection connection, String tableName)
columns 在接口中 Optionscolumns 在类中 MySQLOptionspublic String getCaseSensitive(String name, int sensitive)
getCaseSensitive 在接口中 OptionsgetCaseSensitive 在类中 MySQLOptionspublic List<String> createOrUpdateSqls(Connection connection, RdTable table, List<ColumnInfo> infos, boolean tableExisted, List<TableColumn> tableColumns)
createOrUpdateSqls 在接口中 OptionscreateOrUpdateSqls 在类中 MySQLOptionsprotected String columnString(ColumnInfo info, int sensitive, RdColumn rdColumn, boolean addKey)
columnString 在类中 MySQLOptionsprotected String getColumnType(ColumnInfo info, RdColumn rdColumn)
getColumnType 在类中 MySQLOptionsCopyright © 2021. All rights reserved.