SchemaCommand
This class represents a non-transaction statement that involves a schema.
| Methods |
|
SchemaCommand(Session session, Schema schema)
Create a new command.
|
|
SchemaCommand(Session session, Schema schema)
Create a new command.
Parameters:
session - the session
schema - the schema
|
| Schema |
getSchema()
Get the schema
|
| Schema |
getSchema()
Get the schema
Returns:
the schema
|