org.xerial.db.sql.sqlite
Class SQLiteServer

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

public class SQLiteServer
extends Object

SQLiteServer

Author:
leo

Constructor Summary
SQLiteServer(String databasePath)
           
 
Method Summary
 boolean continueListening()
           
 void dispose()
           
static void main(String[] args)
           
 void setPort(int port)
           
 void startServer()
           
 void stopPortListening()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLiteServer

public SQLiteServer(String databasePath)
             throws DBException
Throws:
DBException
Method Detail

dispose

public void dispose()
             throws DBException
Throws:
DBException

startServer

public void startServer()
                 throws DBException
Throws:
DBException

stopPortListening

public void stopPortListening()
                       throws IOException
Throws:
IOException

continueListening

public boolean continueListening()

main

public static void main(String[] args)

setPort

public void setPort(int port)


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