|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQMetaData
Method Summary | |
---|---|
int |
getMaxExpressionLength()
Gets the maximum number of characters allowed in an expression in this data source. |
int |
getMaxUserNameLength()
Gets the maximum number of characters allowed in a user name. |
int |
getProductMajorVersion()
Gets the major version of this product. |
int |
getProductMinorVersion()
Gets the minor version of this product. |
java.lang.String |
getProductName()
Gets the name of this product. |
java.lang.String |
getProductVersion()
Gets the full version of this product. |
java.lang.String |
getUserName()
Gets the user name associated with this connection. |
int |
getXQJMajorVersion()
Gets the major version number of XQJ specification supported by this implementation. |
int |
getXQJMinorVersion()
Gets the minor version number of XQJ specification supported by this implementation. |
java.lang.String |
getXQJVersion()
Gets the full version of XQJ specification supported by this implementation. |
boolean |
isCollectionNestingSupported()
Query if nested collections feature is supported in this data source. |
boolean |
isFullAxisSupported()
Query if full axis feature is supported in this connection. |
boolean |
isModulesSupported()
Query if modules feature is supported in this connection. |
boolean |
isMustUnderstandExtensionsSupported()
Query if must understand extensions feature is supported in this connection. |
boolean |
isPragmaSupported()
Query if pragma feature is supported in this connection. |
boolean |
isReadOnly()
Query if the associated conection is restricted for read only use. |
boolean |
isSchemaImportSupported()
Query if schema import feature is supported in this connection. |
boolean |
isStaticTypingExtensionsSupported()
Query if static typing extensions feature is supported in this connection. |
boolean |
isStaticTypingSupported()
Query if static typing is supported in this data source. |
boolean |
isTransactionSupported()
Query if transaction is supported in this data source. |
boolean |
isXQueryXSupported()
Query if XQueryX format is supported in this data source. |
boolean |
wasCreatedFromJDBCConnection()
Query if this connection was created from a JDBC connection. |
Method Detail |
---|
int getMaxExpressionLength() throws XQException
XQException
int getMaxUserNameLength() throws XQException
XQException
int getProductMajorVersion() throws XQException
XQException
int getProductMinorVersion() throws XQException
XQException
java.lang.String getProductName() throws XQException
XQException
java.lang.String getProductVersion() throws XQException
XQException
java.lang.String getUserName() throws XQException
XQException
int getXQJMajorVersion() throws XQException
XQException
int getXQJMinorVersion() throws XQException
XQException
java.lang.String getXQJVersion() throws XQException
XQException
boolean isCollectionNestingSupported() throws XQException
XQException
boolean isFullAxisSupported() throws XQException
XQException
boolean isModulesSupported() throws XQException
XQException
boolean isMustUnderstandExtensionsSupported() throws XQException
XQException
boolean isPragmaSupported() throws XQException
XQException
boolean isReadOnly() throws XQException
XQException
boolean isSchemaImportSupported() throws XQException
XQException
boolean isStaticTypingExtensionsSupported() throws XQException
XQException
boolean isStaticTypingSupported() throws XQException
XQException
boolean isTransactionSupported() throws XQException
XQException
boolean isXQueryXSupported() throws XQException
XQException
boolean wasCreatedFromJDBCConnection() throws XQException
XQException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |