Uses of Class
org.monetdb.monetdbe.MonetConnection
-
Uses of MonetConnection in org.monetdb.monetdbe
Fields in org.monetdb.monetdbe declared as MonetConnection Modifier and Type Field Description protected MonetConnectionMonetStatement. connThis statement's parent connection objectMethods in org.monetdb.monetdbe with parameters of type MonetConnection Modifier and Type Method Description protected static StringMonetNative. monetdbe_open(String dbdir, MonetConnection conn)Open connection to memory or local directory database with default options.protected static StringMonetNative. monetdbe_open(String dbdir, MonetConnection conn, int sessiontimeout, int querytimeout, int memorylimit, int nr_threads)Open connection to memory or local directory database.protected static StringMonetNative. monetdbe_open(String dbdir, MonetConnection conn, int sessiontimeout, int querytimeout, int memorylimit, int nr_threads, String host, int port, String database, String user, String password)Open connection to remote connection database.Constructors in org.monetdb.monetdbe with parameters of type MonetConnection Constructor Description MonetDatabaseMetaData(MonetConnection parent)MonetPreparedStatement(MonetConnection conn, String sql)Prepared statement constructor, calls monetdbe_prepare() and super-class Statement constructor.MonetStatement(MonetConnection conn)Default MonetStatement constructor.MonetStatement(MonetConnection conn, int queryTimeout)MonetStatement constructor with query timeout value.MonetStatement(MonetConnection conn, int resultSetType, int resultSetConcurrency, int resultSetHoldability)MonetStatement constructor with parameterized result set options.