Package cdc.rdb
Class RdbHelper
- java.lang.Object
-
- cdc.rdb.RdbHelper
-
public class RdbHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description RdbHelper(Connection connection)RdbHelper(DatabaseMetaData metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogSeparator()StringgetIdentifierQuoteString()StringgetOrderClause(List<RdbColumnSorting> sortings)StringgetQueryTableName(String schemaName, String tableName)StringgetSelectClause(String schemaName, String tableName)StringwrapIdentifier(String s)
-
-
-
Constructor Detail
-
RdbHelper
public RdbHelper(DatabaseMetaData metadata) throws SQLException
- Throws:
SQLException
-
RdbHelper
public RdbHelper(Connection connection) throws SQLException
- Throws:
SQLException
-
-
Method Detail
-
getCatalogSeparator
public String getCatalogSeparator()
-
getIdentifierQuoteString
public String getIdentifierQuoteString()
-
getOrderClause
public String getOrderClause(List<RdbColumnSorting> sortings)
-
-