| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConstraintSQL(ForeignKeySet keySet) |
java.lang.String |
getCreateSQL(Table table) |
java.lang.String |
getFieldEscapeString()
This it he characters to use when escaping field names in select statements
Postgress uses double quote (") where mysql uses back tick `
The code must returned the value as it can appear in a java code string
so a double quote should be returned as "\""
|
java.lang.String getCreateSQL(Table table)
java.lang.String getConstraintSQL(ForeignKeySet keySet)
java.lang.String getFieldEscapeString()