| |
|
| java.lang.Object net.sf.hajdbc.dialect.StandardDialect
All known Subclasses: net.sf.hajdbc.dialect.MckoiDialect, net.sf.hajdbc.dialect.IngresDialect, net.sf.hajdbc.dialect.PostgreSQLDialect, net.sf.hajdbc.dialect.HSQLDBDialect, net.sf.hajdbc.dialect.OracleDialect, net.sf.hajdbc.dialect.H2Dialect, net.sf.hajdbc.dialect.DerbyDialect, net.sf.hajdbc.dialect.MaxDBDialect, net.sf.hajdbc.dialect.FirebirdDialect, net.sf.hajdbc.dialect.DB2Dialect, net.sf.hajdbc.dialect.SybaseDialect, net.sf.hajdbc.dialect.MySQLDialect,
StandardDialect | public class StandardDialect implements Dialect(Code) | | author: Paul Ferraro since: 1.1 |
alterIdentityColumnFormat | protected String alterIdentityColumnFormat()(Code) | | |
alterSequenceFormat | protected String alterSequenceFormat()(Code) | | |
createForeignKeyConstraintFormat | protected String createForeignKeyConstraintFormat()(Code) | | |
createUniqueConstraintFormat | protected String createUniqueConstraintFormat()(Code) | | |
currentDatePattern | protected String currentDatePattern()(Code) | | |
currentTimePattern | protected String currentTimePattern()(Code) | | |
currentTimestampFunction | protected String currentTimestampFunction()(Code) | | |
currentTimestampPattern | protected String currentTimestampPattern()(Code) | | |
dropConstraintFormat | protected String dropConstraintFormat()(Code) | | |
dropForeignKeyConstraintFormat | protected String dropForeignKeyConstraintFormat()(Code) | | |
dropUniqueConstraintFormat | protected String dropUniqueConstraintFormat()(Code) | | |
executeFunctionFormat | protected String executeFunctionFormat()(Code) | | |
insertIntoTablePattern | protected String insertIntoTablePattern()(Code) | | |
nextSequenceValueFormat | protected String nextSequenceValueFormat()(Code) | | |
selectForUpdatePattern | protected String selectForUpdatePattern()(Code) | | |
timestampLiteralFormat | protected String timestampLiteralFormat()(Code) | | |
truncateTableFormat | protected String truncateTableFormat()(Code) | | |
|
|
|