Top Level Namespace

Defined Under Namespace

Classes: Hasher, MonetDB, MonetDBCommandError, MonetDBConnection, MonetDBConnectionError, MonetDBData, MonetDBDataError, MonetDBProtocolError, MonetDBQueryError, MonetDBSocketError, MonetDBTransaction, String

Constant Summary collapse

Q_TABLE =

SELECT operation

"1"
Q_UPDATE =

INSERT/UPDATE operations

"2"
Q_CREATE =

CREATE/DROP TABLE operations

"3"
Q_TRANSACTION =

TRANSACTION

"4"
Q_PREPARE =
"5"
Q_BLOCK =

QBLOCK message

"6"
MSG_REDIRECT =

auth redirection through merovingian

'^'
MSG_QUERY =
'&'
MSG_SCHEMA_HEADER =
'%'
MSG_INFO =

info response from mserver

'!'
MSG_TUPLE =
'['
MSG_PROMPT =
""
REPLY_SIZE =
'-1'
MAX_AUTH_ITERATION =

maximum number of atuh iterations (thorough merovingian) allowed

10
MONET_ERROR =
-1
LANG_SQL =
"sql"
LANG_XQUERY =

Xquery support

"xquery"
XQUERY_OUTPUT_SEQ =

use monetdb xquery’s output seq

true