|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLObjectNameHelper
This interface defines a name provider service for SQL Objects. The services provides names for SQL Model objects.
Method Summary | |
---|---|
java.lang.String |
getIdentifierQuoteString()
Gets the identifier quote string being used to delimit identifiers. |
java.lang.String |
getNameInSQLFormat(Column column)
Gets the name of the given column, delimited as needed to make it suitable for use in constructing an SQL statement. |
java.lang.String |
getNameInSQLFormat(Table table)
Gets the name of the given table, delimited as needed to make it suitable for use in constructing an SQL statement. |
java.lang.String |
getQualifiedNameInSQLFormat(Column column)
Gets the name of the given column, qualified with a table name and delimited as needed to make it suitable for use in constructing an SQL statement. |
java.lang.String |
getQualifiedNameInSQLFormat(Table table)
Gets the name of the given table, qualified with a schema name and delimited as needed to make it suitable for use in constructing an SQL statement. |
void |
setIdentifierQuoteString(java.lang.String quoteString)
Sets the identifier quote string to use to delimit identifiers. |
Method Detail |
---|
java.lang.String getNameInSQLFormat(Column column)
table
- the SQL Model column object for which the name is wanted
java.lang.String getNameInSQLFormat(Table table)
table
- the SQL Model table object for which the name is wanted
java.lang.String getQualifiedNameInSQLFormat(Column column)
table
- the SQL Model table object for which the name is wanted
java.lang.String getQualifiedNameInSQLFormat(Table table)
table
- the SQL Model table object for which the name is wanted
java.lang.String getIdentifierQuoteString()
void setIdentifierQuoteString(java.lang.String quoteString)
quoteString
- the identifier quote string to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |