public class Field extends Object
| 构造器和说明 |
|---|
Field(String fieldTotalName,
int fieldTypeID,
int fieldPrecisionScale,
int fieldFlag,
String databaseName)
构造方法
|
Field(String schemaName,
String tableName,
String columnName,
String columnLabel,
int fieldTypeID,
int fieldPrecisionScale,
int fieldFlag,
String databaseName)
构造方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnLabel() |
String |
getColumnName() |
String |
getDatabaseName() |
int |
getPrecision() |
int |
getRedhorseType() |
int |
getScale() |
int |
getSQLType() |
String |
getTableLable() |
String |
getTableName() |
boolean |
isAutoIncrement() |
boolean |
isHide()
判断是否隐藏类型,rowid隐藏列判断时需要
|
boolean |
isPrimaryKey() |
boolean |
isReadOnly() |
boolean |
isSigned() |
public Field(String fieldTotalName, int fieldTypeID, int fieldPrecisionScale, int fieldFlag, String databaseName)
public boolean isAutoIncrement()
public int getSQLType()
public int getRedhorseType()
public boolean isSigned()
public String getColumnLabel()
public String getColumnName()
public String getTableName()
public String getTableLable()
public String getDatabaseName()
public int getPrecision()
public int getScale()
public boolean isReadOnly()
public boolean isPrimaryKey()
public boolean isHide()
Copyright © 2025. All rights reserved.