org.openanzo.server.repository.rdb.sql
Interface NamedGraphRdbWrapper.InsertNamedGraphParams

All Known Implementing Classes:
NamedGraphRdbWrapper.InsertNamedGraphParamsImpl
Enclosing class:
NamedGraphRdbWrapper

public static interface NamedGraphRdbWrapper.InsertNamedGraphParams

Interface for managing the parameters to the insertNamedGraph prepared statement.


Method Summary
 long getAclid()
          Get the "Aclid" parameter to use within prepared statement
 long getCreatedBy()
          Get the "CreatedBy" parameter to use within prepared statement
 long getLastModifiedBy()
          Get the "LastModifiedBy" parameter to use within prepared statement
 long getMetaId()
          Get the "MetaId" parameter to use within prepared statement
 java.lang.Long getModified()
          Get the "Modified" parameter to use within prepared statement
 long getNamedgraphid()
          Get the "Namedgraphid" parameter to use within prepared statement
 long getRevision()
          Get the "Revision" parameter to use within prepared statement
 

Method Detail

getModified

java.lang.Long getModified()
                           throws AnzoException
Get the "Modified" parameter to use within prepared statement

Returns:
the Modified to use within prepared statement
Throws:
AnzoException

getNamedgraphid

long getNamedgraphid()
                     throws AnzoException
Get the "Namedgraphid" parameter to use within prepared statement

Returns:
the Namedgraphid to use within prepared statement
Throws:
AnzoException

getMetaId

long getMetaId()
               throws AnzoException
Get the "MetaId" parameter to use within prepared statement

Returns:
the MetaId to use within prepared statement
Throws:
AnzoException

getAclid

long getAclid()
              throws AnzoException
Get the "Aclid" parameter to use within prepared statement

Returns:
the Aclid to use within prepared statement
Throws:
AnzoException

getCreatedBy

long getCreatedBy()
                  throws AnzoException
Get the "CreatedBy" parameter to use within prepared statement

Returns:
the CreatedBy to use within prepared statement
Throws:
AnzoException

getRevision

long getRevision()
                 throws AnzoException
Get the "Revision" parameter to use within prepared statement

Returns:
the Revision to use within prepared statement
Throws:
AnzoException

getLastModifiedBy

long getLastModifiedBy()
                       throws AnzoException
Get the "LastModifiedBy" parameter to use within prepared statement

Returns:
the LastModifiedBy to use within prepared statement
Throws:
AnzoException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.