Package net.sf.jsqlparser.statement
Class UseStatement
java.lang.Object
net.sf.jsqlparser.statement.UseStatement
- All Implemented Interfaces:
Serializable
,Model
,Statement
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUseStatement
(String name) UseStatement
(String name, boolean hasSchemaKeyword) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor statementVisitor) getName()
boolean
void
void
setSchemaKeyword
(boolean schemaKeyword) toString()
-
Field Details
-
name
-
schemaKeyword
private boolean schemaKeyword
-
-
Constructor Details
-
UseStatement
public UseStatement() -
UseStatement
-
UseStatement
-
-
Method Details