Interface NamedSchema
- All Known Subinterfaces:
ExpressionStatement
- All Known Implementing Classes:
BindExpressionStatement,BindVariable,Catalog,Column,ColumnExpressionStatement,FromStatement,LiteralExpressionStatement,Schema,Table,TabularStructure,View
public interface NamedSchema
- Author:
- jbanes
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the schema name of this database objectGet the schema name of this database object quoted for use in a SQL statement
-
Method Details
-
getName
String getName()Get the schema name of this database object- Returns:
- name of the object with exact database capitalization
-
getQuotedName
String getQuotedName()Get the schema name of this database object quoted for use in a SQL statement- Returns:
- name of the object quoted for use in a SQL statement
-