Uses of Class
com.objectsql.support.TableColumn
Packages that use TableColumn
-
Uses of TableColumn in com.objectsql
Methods in com.objectsql that return types with arguments of type TableColumnModifier and TypeMethodDescriptionSQLService.tableColumns(String tableName) SQLService.tableColumns(Connection temp, String tableName) SQLServiceImpl.tableColumns(String tableName) SQLServiceImpl.tableColumns(Connection temp, String tableName) Method parameters in com.objectsql with type arguments of type TableColumnModifier and TypeMethodDescriptionvoidSQLService.createOrUpdate(Table table, List<TableColumn> tableColumns) voidSQLServiceImpl.createOrUpdate(Table table, List<TableColumn> tableColumns) -
Uses of TableColumn in com.objectsql.option
Methods in com.objectsql.option that return types with arguments of type TableColumnModifier and TypeMethodDescriptionH2Options.columns(Connection connection, String schema, RdTable rdTable) H2Options.columns(Connection connection, String schema, String tableName) MySQLOptions.columns(Connection connection, String schema, RdTable rdTable) MySQLOptions.columns(Connection connection, String schema, String tableName) OracleOptions.columns(Connection connection, String schema, RdTable rdTable) OracleOptions.columns(Connection connection, String schema, String tableName) PostgreSQLOptions.columns(Connection connection, String schema, RdTable rdTable) PostgreSQLOptions.columns(Connection connection, String schema, String tableName) SQLServerOptions.columns(Connection connection, String schema, RdTable rdTable) SQLServerOptions.columns(Connection connection, String schema, String tableName) Methods in com.objectsql.option with parameters of type TableColumnModifier and TypeMethodDescriptionprotected StringH2Options.columnString(TableColumn tableColumn, int sensitive, boolean addKey) protected StringMySQLOptions.columnString(TableColumn tableColumn, int sensitive, boolean addKey) protected StringOracleOptions.columnString(TableColumn tc, int sensitive, boolean addKey) protected StringPostgreSQLOptions.columnString(TableColumn tc, int sensitive, boolean addKey) protected StringSQLServerOptions.columnString(TableColumn tc, int sensitive, boolean addKey) protected StringOracleOptions.columnStringChangeNull(TableColumn tc, int sensitive, boolean isNull) MySQLOptions.getClassName(TableColumn column) OracleOptions.getClassName(TableColumn column) PostgreSQLOptions.getClassName(TableColumn column) SQLServerOptions.getClassName(TableColumn column) MySQLOptions.getColumnType(TableColumn column) OracleOptions.getColumnType(TableColumn column) PostgreSQLOptions.getColumnType(TableColumn column) SQLServerOptions.getColumnType(TableColumn column) Method parameters in com.objectsql.option with type arguments of type TableColumnModifier and TypeMethodDescriptionH2Options.createOrUpdateSqls(Connection connection, String schema, Table table, List<TableColumn> columns, List<TableColumn> tableColumns, boolean tableExisted) MySQLOptions.createOrUpdateSqls(Connection connection, String schema, Table table, List<TableColumn> columns, List<TableColumn> tableColumns, boolean tableExisted) OracleOptions.createOrUpdateSqls(Connection connection, String schema, Table table, List<TableColumn> columns, List<TableColumn> tableColumns, boolean tableExisted) PostgreSQLOptions.createOrUpdateSqls(Connection connection, String schema, Table table, List<TableColumn> columns, List<TableColumn> tableColumns, boolean tableExisted) SQLServerOptions.createOrUpdateSqls(Connection connection, String schema, Table table, List<TableColumn> columns, List<TableColumn> tableColumns, boolean tableExisted) -
Uses of TableColumn in com.objectsql.support
Methods in com.objectsql.support that return types with arguments of type TableColumnModifier and TypeMethodDescriptionOptions.columns(Connection connection, String schema, RdTable table) Options.columns(Connection connection, String schema, String table) Methods in com.objectsql.support with parameters of type TableColumnModifier and TypeMethodDescriptionOptions.getClassName(TableColumn column) Options.getColumnType(TableColumn column) Method parameters in com.objectsql.support with type arguments of type TableColumnModifier and TypeMethodDescriptionOptions.createOrUpdateSqls(Connection connection, String schema, Table table, List<TableColumn> columns, List<TableColumn> tableColumns, boolean tableExisted)