org.xerial.db.sql.sqlite
Class SQLiteDataTypeInfo
java.lang.Object
org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
public class SQLiteDataTypeInfo
- extends Object
SQLiteDataTypeInfo is a result row format of a query 'pragma table_info(tablename)'
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLiteDataTypeInfo
public SQLiteDataTypeInfo()
SQLiteDataTypeInfo
public SQLiteDataTypeInfo(String name,
String type)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
isPrimaryKey
public boolean isPrimaryKey()
isPk
public boolean isPk()
setPk
public void setPk(boolean value)
isNotnull
public boolean isNotnull()
setNotnull
public void setNotnull(boolean value)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.