Package net.jextra.fauxjo
Class Table.ColumnInfo
- java.lang.Object
-
- net.jextra.fauxjo.Table.ColumnInfo
-
-
Constructor Summary
Constructors Constructor Description ColumnInfo(String realName, int sqlType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRealName()intgetSqlType()voidsetRealName(String realName)voidsetSqlType(int sqlType)
-