| 程序包 | 说明 |
|---|---|
| org.mirrentools.sd | |
| org.mirrentools.sd.impl.dbutil | |
| org.mirrentools.sd.models.db.query |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract SdTableAttribute |
ScrewDriverDbUtil.getTableAttribute(String tableName)
获取指定数据库,指定表的属性,如果不存在返回null
|
| 限定符和类型 | 方法和说明 |
|---|---|
SdTableAttribute |
SdDbUtilSqlServerImpl.getTableAttribute(String tableName) |
SdTableAttribute |
SdDbUtilPostgreSqlImpl.getTableAttribute(String tableName) |
SdTableAttribute |
SdDbUtilOracleImpl.getTableAttribute(String tableName) |
SdTableAttribute |
SdDbUtilMySqlImpl.getTableAttribute(String tableName) |
SdTableAttribute |
SdDbUtilDB2Impl.getTableAttribute(String tableName) |
SdTableAttribute |
SdAbstractDbUtil.getTableAttribute(String tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SdAbstractDbUtil.converterTableAttribute(ResultSet rs,
SdTableAttribute result)
将DatabaseMetaData.getTables转换为SdTableAttribute属性
|
| 限定符和类型 | 方法和说明 |
|---|---|
SdTableAttribute |
SdTable.getInfo()
获取表属性
|
SdTableAttribute |
SdTableAttribute.setRefGeneration(String refGeneration)
specifies how values inSELF_REFERENCING_COL_NAME are created.
|
SdTableAttribute |
SdTableAttribute.setRemarks(String remarks)
explanatory comment on the table
|
SdTableAttribute |
SdTableAttribute.setSelfReferencingColName(String selfReferencingColName)
name of the designated"identifier" column of a typed table (may be null)
|
SdTableAttribute |
SdTableAttribute.setTableCat(String tableCat)
table catalog (may be null)
|
SdTableAttribute |
SdTableAttribute.setTableName(String tableName)
table name
|
SdTableAttribute |
SdTableAttribute.setTableSchem(String tableSchem)
table schema (may be null)
|
SdTableAttribute |
SdTableAttribute.setTableType(String tableType)
table type.
|
SdTableAttribute |
SdTableAttribute.setTypeCat(String typeCat)
the types catalog (may be null)
|
SdTableAttribute |
SdTableAttribute.setTypeName(String typeName)
type name (may be null)
|
SdTableAttribute |
SdTableAttribute.setTypeSchem(String typeSchem)
the types schema (may be null)
|
| 限定符和类型 | 方法和说明 |
|---|---|
SdTable |
SdTable.setInfo(SdTableAttribute info)
设置表属性
|
Copyright © 2019 Mirren Tools. All rights reserved.