public class Database extends Metadata<Database> implements Serializable
Metadata.TYPE| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
charset |
protected String |
collate |
static String |
FIELD_CHARSET |
static String |
FIELD_COLLATE |
static String |
FIELD_ENGINE |
static String |
FIELD_FILE_PATH |
static String |
FIELD_KEYWORD |
static String |
FIELD_LOG_PATH |
static String |
FIELD_USER |
protected String |
filePath |
protected String |
keyword |
protected String |
logPath |
protected String |
user |
action, alias, catalog, checkSchemaTime, comment, database, databaseType, datasource, ddls, definition, drop, engine, execute, extend, FIELD_ACTION, FIELD_ALIAS, FIELD_CATALOG, FIELD_CHECK_SCHEMA_TIME, FIELD_COMMENT, FIELD_DATABASE, FIELD_DATASOURCE, FIELD_DDL, FIELD_DEFINITION, FIELD_DROP, FIELD_DROP_CHECK, FIELD_DROP_CHECK_VALUE, FIELD_EXECUTE, FIELD_EXECUTE_CHECK, FIELD_EXECUTE_CHECK_VALUE, FIELD_EXTEND, FIELD_GETMAP, FIELD_GETMAP_CHECK, FIELD_GETMAP_CHECK_VALUE, FIELD_ID, FIELD_IDENTITY, FIELD_METADATA, FIELD_NAME, FIELD_OBJECT_ID, FIELD_PROPERTY, FIELD_RUN, FIELD_SCHEMA, FIELD_SETMAP, FIELD_SETMAP_CHECK, FIELD_SETMAP_CHECK_VALUE, FIELD_SWT, FIELD_TEXT, getmap, id, identity, metadata, name, objectId, options, origin, property, runs, schema, setmap, swt, text, update| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCharset() |
String |
getCollate() |
String |
getFilePath() |
String |
getKeyword() |
String |
getLogPath() |
void |
setCharset(String charset) |
void |
setCollate(String collate) |
void |
setFilePath(String filePath) |
void |
setLogPath(String logPath) |
String |
toString() |
addDdl, addOption, addRun, check, clone, ddl, ddl, ddls, ddls, delete, drop, execute, execute, getAction, getAlias, getCatalog, getCatalogName, getCheckSchemaTime, getComment, getDatabase, getDatabaseName, getDatabaseType, getDataSource, getDdl, getDdl, getDdls, getDdls, getDefinition, getEngine, getExtend, getFullName, getId, getIdentity, getMetadata, getName, getObjectId, getOrigin, getProperty, getRun, getRun, getRuns, getRuns, getSchema, getSchemaName, getText, getUpdate, getUser, getUserName, isDelete, isDrop, isEmpty, isRename, match, match, match, match, match, names, names, names, names, options, run, run, runs, runs, setAction, setAlias, setCatalog, setCatalog, setCheckSchemaTime, setComment, setDatabase, setDatabase, setDatabaseType, setDataSource, setDdls, setDefinition, setDelete, setDrop, setEngine, setExtend, setId, setMetadata, setName, setNewName, setNewName, setObjectId, setProperty, setProperty, setRuns, setSchema, setSchema, setText, setUpdate, setUser, setUser, sort, swt, swt, type, types, types, update, updateprotected String keyword
protected String charset
protected String collate
protected String filePath
protected String logPath
protected String user
public Database()
public Database(String name)
public String getCharset()
public void setCharset(String charset)
public String getCollate()
public void setCollate(String collate)
public String getFilePath()
public void setFilePath(String filePath)
public String getLogPath()
public void setLogPath(String logPath)
public String getKeyword()
getKeyword 在类中 Metadata<Database>Copyright © 2025. All rights reserved.