org.xerial.db.sql.sqlite
Class SQLite

java.lang.Object
  extended by org.xerial.db.sql.sqlite.SQLite

public class SQLite
extends Object

This SQLite class holds information related to sqlite3

Author:
leo

Field Summary
static String driverName
           
 
Method Summary
static String getDatabaseAddress(String filePath)
           
static String getDataTypeName(DataType dataType)
           
static String getMemoryDatabaseAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driverName

public static final String driverName
See Also:
Constant Field Values
Method Detail

getDatabaseAddress

public static String getDatabaseAddress(String filePath)

getMemoryDatabaseAddress

public static String getMemoryDatabaseAddress()

getDataTypeName

public static String getDataTypeName(DataType dataType)


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