com.alibaba.druid.sql.ast.statement
Class SQLCreateDatabaseStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLCreateDatabaseStatement
All Implemented Interfaces:
SQLObject, SQLStatement, Serializable

public class SQLCreateDatabaseStatement
extends SQLStatementImpl

See Also:
Serialized Form

Constructor Summary
SQLCreateDatabaseStatement()
           
 
Method Summary
 String getCharacterSet()
           
 String getCollate()
           
 SQLName getName()
           
 void setCharacterSet(String characterSet)
           
 void setCollate(String collate)
           
 void setName(SQLName name)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
output
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

Constructor Detail

SQLCreateDatabaseStatement

public SQLCreateDatabaseStatement()
Method Detail

getName

public SQLName getName()

setName

public void setName(SQLName name)

getCharacterSet

public String getCharacterSet()

setCharacterSet

public void setCharacterSet(String characterSet)

getCollate

public String getCollate()

setCollate

public void setCollate(String collate)


Copyright © 2012 Alibaba Group. All Rights Reserved.