public class DbPortabilityMSSql2008 extends DbPortabilityImpl implements DbPortabilityIf
Constructor and Description |
---|
DbPortabilityMSSql2008() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDateString(java.util.Date date)
This method is used to format any date string.
|
java.lang.String |
standardIndexName(java.lang.String tableName,
java.lang.String columnName)
Return an index name for the table and column.
|
DJBHash, getTimeStamp, standardColumnName, standardSequenceName, standardTableName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTimeStamp, standardColumnName, standardSequenceName, standardTableName
public java.lang.String standardIndexName(java.lang.String tableName, java.lang.String columnName)
standardIndexName
in interface DbPortabilityIf
standardIndexName
in class DbPortabilityImpl
tableName
- the original table name.columnName
- the original column name.public java.lang.String getDateString(java.util.Date date)
DbPortabilityIf
getDateString
in interface DbPortabilityIf
getDateString
in class DbPortabilityImpl
date
- the Date to formatCopyright © 2018 DS Data Systems UK Ltd.