Package com.marklogic.xdbc

Interface Summary
XDBCConnection A connection (session) with a specific database.
XDBCDatabaseMetaData The XDBCXDatabaseMetaData interface returns specific information about the capabilities of the XML database and XDBC driver.
XDBCResultSequence A sequence of XQuery values representing the result of evaluating a single XQuery statement.
XDBCSchemaTypes Java object representations of XML Schema primitive types.
XDBCSchemaTypes.AnyURI XML Schema primitive type: anyURI
XDBCSchemaTypes.Base64Binary XML Schema primitive type: base64Binary
XDBCSchemaTypes.Binary Special type for binary documents: Binary
XDBCSchemaTypes.Boolean XML Schema primitive type: boolean
XDBCSchemaTypes.Date XML Schema type: date
XDBCSchemaTypes.DateTime XML Schema type: dateTime
XDBCSchemaTypes.DayTimeDuration XML Schema derived type: dayTimeDuration
XDBCSchemaTypes.Decimal XML Schema primitive type: decimal
XDBCSchemaTypes.Double XML Schema primitive type: double
XDBCSchemaTypes.Duration XML Schema primitive type: duration
XDBCSchemaTypes.Float XML Schema primitive type: float
XDBCSchemaTypes.GDay XML Schema primitive type: gDay
XDBCSchemaTypes.GMonth XML Schema primitive type: gMonth
XDBCSchemaTypes.GMonthDay XML Schema primitive type: GMonthDay
XDBCSchemaTypes.GYear XML Schema primitive type: gYear
XDBCSchemaTypes.GYearMonth XML Schema primitive type: gYearMonth
XDBCSchemaTypes.HexBinary XML Schema primitive type: hexBinary
XDBCSchemaTypes.Integer XML Schema derived type: integer
XDBCSchemaTypes.Node XML Schema primitive type: node
XDBCSchemaTypes.QName XML Schema primitive type: QName
XDBCSchemaTypes.String XML Schema primitive type: string
XDBCSchemaTypes.Text Special type for text documents: Text
XDBCSchemaTypes.Time XML Schema primitive type: time
XDBCSchemaTypes.YearMonthDuration XML Schema derived type: yearMonthDuration
XDBCStatement The XDBCStatement encapsulates a single XQuery query, This includes statically declared namespaces as well as inline function definitions.
 

Class Summary
XDBCConnectionFactory A abstract factory class for creating XDBC Database Connection objects.
XDBCDuration A duration represents an XQuery duration primitive type.
XDBCXName  
XDBCXQueryException.Frame An XQuery evaluator stack frame.
XDBCXQueryException.Variable An XQuery evaluator variable binding.
 

Exception Summary
XDBCException An XDBCException provides information on an exception that occurs during XDBC processing.
XDBCRuntimeException An XDBCException provides information on a runtime exception that occurs during XDBC processing.
XDBCWarning An XDBCWarning provides information on database access warnings and other non-fatal runtime situations.
XDBCXQueryException An XDBCXQueryException provides information on an XQuery exception that occurs during XDBC processing.
XDBCXQueryRuntimeException An XDBCXQueryRuntimeException provides information on an XQuery runtime exception that occurs during XDBC processing.