Class OCreateDatabaseStatement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OServerStatement
com.orientechnologies.orient.core.sql.parser.OSimpleExecServerStatement
com.orientechnologies.orient.core.sql.parser.OCreateDatabaseStatement
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OJsonprotected booleanprotected OIdentifierprotected OInputParameterprotected OIdentifierFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
ConstructorsConstructorDescriptionOCreateDatabaseStatement(int id) OCreateDatabaseStatement(OrientSql p, int id) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUser(ODatabaseUserData user) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.OSimpleExecServerStatement
createExecutionPlan, execute, executeMethods inherited from class com.orientechnologies.orient.core.sql.parser.OServerStatement
copy, createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, isIdempotent, refersToParent, serialize, toGenericStatement, toString, validateMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString
-
Field Details
-
name
-
nameParam
-
type
-
ifNotExists
protected boolean ifNotExists -
config
-
-
Constructor Details
-
OCreateDatabaseStatement
public OCreateDatabaseStatement(int id) -
OCreateDatabaseStatement
-
-
Method Details
-
addUser
-
executeSimple
- Specified by:
executeSimplein classOSimpleExecServerStatement
-
toString
- Overrides:
toStringin classOServerStatement
-