public final class SimpleColumnInfo extends Object
Notice: equals(Object) and hashCode() use only name field.
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
Name of the column.
|
int |
precision
Precision of the column
|
int |
scale
Scale of the column.
|
int |
type
Type of the column, see
Types. |
String |
typeName
Type name of the column.
|
| 构造器和说明 |
|---|
SimpleColumnInfo(String name,
int type,
String typeName,
int precision,
int scale)
Creates metadata.
|
Copyright © 2022. All rights reserved.