Overview
Package
Class
Tree
Index
Help
jxDBCon 0.9z
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
N
name
- Variable in class org.sourceforge.jxdbcon.
EscapeFrags.Call
name
- Variable in class org.sourceforge.jxdbcon.
EscapeFrags.Function
name
- Variable in class org.sourceforge.jxdbcon.postgresql.
PGFunc
Function's name.
nameTypeMap
- Variable in class org.sourceforge.jxdbcon.
EscapeContext
nativeSQL(String)
- Method in class org.sourceforge.jxdbcon.
AbstractConnection
Converts the given SQL statement into the system's native SQL grammar, process JDBC escapes.
NET_ERROR
- Static variable in class org.sourceforge.jxdbcon.postgresql.
NetProtocolV0
NetConnection
- class org.sourceforge.jxdbcon.postgresql.
NetConnection
.
This class implements PGConnection via a Socket connection using PostgreSQL's Frontend/Backend network protocol.
NetConnection()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetConnection
NetProtocol
- class org.sourceforge.jxdbcon.postgresql.
NetProtocol
.
The NetProtocol encapsulates the common things of the socket based Backend/Frontend protocols.
NetProtocol()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocol
NetProtocolV0
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV0
.
The NetProtocolV0 is the protocol implementation for V0.
NetProtocolV0()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV0
NetProtocolV1
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1
.
The PGProtocolV1 is the protocol implementation for V1.
NetProtocolV1.AsciiRow
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.AsciiRow
.
Fetch a query result row in text form.
NetProtocolV1.AsciiRow()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.AsciiRow
NetProtocolV1.Authentication
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.Authentication
.
Fetch the authentication response.
NetProtocolV1.Authentication()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.Authentication
NetProtocolV1.BinaryRow
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.BinaryRow
.
Fetch a query result row in binary form.
NetProtocolV1.BinaryRow()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.BinaryRow
NetProtocolV1.CompletedResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.CompletedResponse
.
Fetch the completed response.
NetProtocolV1.CompletedResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.CompletedResponse
NetProtocolV1.CursorResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.CursorResponse
.
Fetch the cursor name response.
NetProtocolV1.CursorResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.CursorResponse
NetProtocolV1.EmptyQueryResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.EmptyQueryResponse
.
Fetch the empty query response.
NetProtocolV1.EmptyQueryResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.EmptyQueryResponse
NetProtocolV1.EmptyResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.EmptyResponse
.
Abstract base class for empty content responses.
NetProtocolV1.EmptyResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.EmptyResponse
NetProtocolV1.ErrorResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.ErrorResponse
.
Fetch the error response.
NetProtocolV1.ErrorResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.ErrorResponse
NetProtocolV1.FunctionResult
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.FunctionResult
.
Fetch the function result response.
NetProtocolV1.FunctionResult()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.FunctionResult
NetProtocolV1.MessageResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.MessageResponse
.
Abstract base class for one-string messages.
NetProtocolV1.MessageResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.MessageResponse
NetProtocolV1.NoticeResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.NoticeResponse
.
Fetch the notice response.
NetProtocolV1.NoticeResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.NoticeResponse
NetProtocolV1.NotificationResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.NotificationResponse
.
Fetch the notification response.
NetProtocolV1.NotificationResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.NotificationResponse
NetProtocolV1.Response
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.Response
.
Abstract base class for the messages sent by the backend.
NetProtocolV1.Response()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.Response
NetProtocolV1.RowDescription
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.RowDescription
.
Fetch the row description response.
NetProtocolV1.RowDescription()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1.RowDescription
NetProtocolV1()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1
NetProtocolV2
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2
.
The NetProtocolV2 is the protocol implementation for V2.
NetProtocolV2.BackendKeyData
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2.BackendKeyData
.
Fetch the backend key data.
NetProtocolV2.BackendKeyData()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2.BackendKeyData
NetProtocolV2.ReadyForQuery
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2.ReadyForQuery
.
Fetch the ready-for-query response.
NetProtocolV2.ReadyForQuery()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2.ReadyForQuery
NetProtocolV2()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2
NetProtocolV2Async
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2Async
.
Asynchronous frontend/backend protocol.
NetProtocolV2Async()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2Async
NetProtocolV2SSL
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2SSL
.
The NetProtocolV2SSL is the SSL enabled protocol implementation for V2.
NetProtocolV2SSL.SSLResponse
- class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2SSL.SSLResponse
.
Fetch the SSL response.
NetProtocolV2SSL.SSLResponse()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2SSL.SSLResponse
NetProtocolV2SSL()
- Constructor for class org.sourceforge.jxdbcon.postgresql.
NetProtocolV2SSL
next
- Variable in class org.sourceforge.jxdbcon.postgresql.
PGExecResult
chained next result.
next()
- Method in class org.sourceforge.jxdbcon.
ArrayResultSet$1
next()
- Method in class org.sourceforge.jxdbcon.
AbstractRowsResultSet
next()
- Method in class org.sourceforge.jxdbcon.postgresql.
PGCursorResultSet
nextIndex()
- Method in class org.sourceforge.jxdbcon.
ArrayResultSet$1
nFields
- Variable in class org.sourceforge.jxdbcon.postgresql.
NetProtocolV1
State variable holding the number of fields in the current query.
nonReservedKeywords
- Static variable in class org.sourceforge.jxdbcon.
SQLParser
nonSQL92Keywords
- Static variable in class org.sourceforge.jxdbcon.postgresql.
PGDatabaseMetaData
nonSQL92KeywordsArray
- Static variable in class org.sourceforge.jxdbcon.postgresql.
PGDatabaseMetaData
In the last line are not real PostgreSQL keywords, but JDBC CTS is assuming that names of types are reserved keywords and in PostgreSQL they aren't.
noParam
- Static variable in class org.sourceforge.jxdbcon.
EscapeFuncs
noSuchFunction(String)
- Static method in class org.sourceforge.jxdbcon.postgresql.
PGExceptions
noSuchTable(String)
- Static method in class org.sourceforge.jxdbcon.postgresql.
PGExceptions
notAllowed()
- Static method in class org.sourceforge.jxdbcon.
DefaultExceptions
noticeList
- Variable in class org.sourceforge.jxdbcon.postgresql.
LibProtocol
The buffer to store the notices in.
noticeProcessor(int)
- Method in class org.sourceforge.jxdbcon.postgresql.
LibProtocol$1
notices
- Variable in class org.sourceforge.jxdbcon.postgresql.
PGResult
notQuery(String)
- Static method in class org.sourceforge.jxdbcon.
DefaultExceptions
notRecognized(String, String, String)
- Static method in class org.sourceforge.jxdbcon.postgresql.
PGExceptions
notSupported()
- Static method in class org.sourceforge.jxdbcon.
DefaultExceptions
notSupported(String)
- Static method in class org.sourceforge.jxdbcon.
DefaultExceptions
notSupportedDB()
- Static method in class org.sourceforge.jxdbcon.
DefaultExceptions
notUpdate(String)
- Static method in class org.sourceforge.jxdbcon.
DefaultExceptions
nullPlusNonNullIsNull()
- Method in class org.sourceforge.jxdbcon.
AbstractDatabaseMetaData
nullsAreSortedAtEnd()
- Method in class org.sourceforge.jxdbcon.
AbstractDatabaseMetaData
nullsAreSortedAtStart()
- Method in class org.sourceforge.jxdbcon.
AbstractDatabaseMetaData
nullsAreSortedHigh()
- Method in class org.sourceforge.jxdbcon.
AbstractDatabaseMetaData
nullsAreSortedLow()
- Method in class org.sourceforge.jxdbcon.
AbstractDatabaseMetaData
NUMERIC_DSCALE_MASK
- Static variable in interface org.sourceforge.jxdbcon.postgresql.
PGConstants
NUMERIC_NAN
- Static variable in interface org.sourceforge.jxdbcon.postgresql.
PGConstants
NUMERIC_NEG
- Static variable in interface org.sourceforge.jxdbcon.postgresql.
PGConstants
NUMERIC_POS
- Static variable in interface org.sourceforge.jxdbcon.postgresql.
PGConstants
NUMERIC_SIGN_MASK
- Static variable in interface org.sourceforge.jxdbcon.postgresql.
PGConstants
Constants to decode numeric internal representation.
NUMERICFUNCTIONS
- Static variable in class org.sourceforge.jxdbcon.
AbstractDatabaseMetaData
Overview
Package
Class
Tree
Index
Help
jxDBCon 0.9z
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Copyright © 2001,2002 Keve Müller; see
LICENSE
file for details.