Package | Description |
---|---|
com.alibaba.druid.sql.repository |
Modifier and Type | Method and Description |
---|---|
SchemaObjectType |
SchemaObjectImpl.getType() |
SchemaObjectType |
SchemaObject.getType() |
static SchemaObjectType |
SchemaObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaObjectType[] |
SchemaObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SchemaObjectImpl(String name,
SchemaObjectType type) |
SchemaObjectImpl(String name,
SchemaObjectType type,
SQLStatement statement) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.