public final class ColumnInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
the name
|
boolean |
nullable
is nullable
|
int |
precision
the precision
|
int |
scale
the scale
|
int |
size
the size
|
int |
type
the name
|
java.lang.String |
typeName
the type name
|
Constructor and Description |
---|
ColumnInfo(java.lang.String name,
java.lang.String typeName,
int type,
int size,
int precision,
int nullable,
int scale)
The index info
|
public final java.lang.String name
public final java.lang.String typeName
public final int type
public final int size
public final int precision
public final boolean nullable
public final int scale
public ColumnInfo(java.lang.String name, java.lang.String typeName, int type, int size, int precision, int nullable, int scale)
name
- the nametypeName
- the type namesize
- the sizeprecision
- the precisionnullable
- is nullablescale
- the scaletype
- the typestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.