Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetTypeDef
-
- All Known Implementing Classes:
SqlJetTypeDef
public interface ISqlJetTypeDef
Column's type definition.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getNames()
java.lang.Double
getSize1()
java.lang.Double
getSize2()
-