net.sf.saxon.javax.xml.xquery
Interface XQMetaData


public interface XQMetaData

XQJ interfaces reconstructed from version 0.5 documentation


Method Summary
 int getMaxExpressionLength()
           
 int getMaxUserNameLength()
           
 int getProductMajorVersion()
           
 int getProductMinorVersion()
           
 java.lang.String getProductName()
           
 java.lang.String getProductVersion()
           
 java.lang.String getUserName()
           
 int getXQJMajorVersion()
           
 int getXQJMinorVersion()
           
 java.lang.String getXQJVersion()
           
 boolean isCollectionNestingSupported()
           
 boolean isFullAxisFeatureSupported()
           
 boolean isModuleFeatureSupported()
           
 boolean isReadOnly()
           
 boolean isSchemaImportFeatureSupported()
           
 boolean isSchemaValidationFeatureSupported()
           
 boolean isSerializationFeatureSupported()
           
 boolean isStaticTypingExtensionsSupported()
           
 boolean isStaticTypingFeatureSupported()
           
 boolean isTransactionSupported()
           
 boolean isXQueryXSupported()
           
 boolean wasCreatedFromJDBCConnection()
           
 

Method Detail

getMaxExpressionLength

public int getMaxExpressionLength()

getMaxUserNameLength

public int getMaxUserNameLength()

getProductMajorVersion

public int getProductMajorVersion()

getProductMinorVersion

public int getProductMinorVersion()

getProductName

public java.lang.String getProductName()

getProductVersion

public java.lang.String getProductVersion()

getUserName

public java.lang.String getUserName()

getXQJMajorVersion

public int getXQJMajorVersion()

getXQJMinorVersion

public int getXQJMinorVersion()

getXQJVersion

public java.lang.String getXQJVersion()

isCollectionNestingSupported

public boolean isCollectionNestingSupported()

isFullAxisFeatureSupported

public boolean isFullAxisFeatureSupported()

isModuleFeatureSupported

public boolean isModuleFeatureSupported()

isReadOnly

public boolean isReadOnly()

isSchemaImportFeatureSupported

public boolean isSchemaImportFeatureSupported()

isSchemaValidationFeatureSupported

public boolean isSchemaValidationFeatureSupported()

isSerializationFeatureSupported

public boolean isSerializationFeatureSupported()

isStaticTypingExtensionsSupported

public boolean isStaticTypingExtensionsSupported()

isStaticTypingFeatureSupported

public boolean isStaticTypingFeatureSupported()

isTransactionSupported

public boolean isTransactionSupported()

isXQueryXSupported

public boolean isXQueryXSupported()

wasCreatedFromJDBCConnection

public boolean wasCreatedFromJDBCConnection()