org.jooq.util.postgres.pg_catalog.routines
Class PgCursor

java.lang.Object
  extended by org.jooq.impl.AbstractRoutine<Void>
      extended by org.jooq.util.postgres.pg_catalog.routines.PgCursor
All Implemented Interfaces:
Serializable, Comparable<org.jooq.NamedQueryPart>, org.jooq.Adapter, org.jooq.Attachable, org.jooq.AttachableInternal, org.jooq.NamedQueryPart, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.Routine<Void>, org.jooq.SchemaProvider

@Generated(value={"http://www.jooq.org","2.3.1-SNAPSHOT"},
           comments="This class is generated by jOOQ")
public class PgCursor
extends org.jooq.impl.AbstractRoutine<Void>

This class is generated by jOOQ.

See Also:
Serialized Form

Field Summary
static org.jooq.Parameter<Timestamp> CREATION_TIME
          An uncommented item
static org.jooq.Parameter<Boolean> IS_BINARY
          An uncommented item
static org.jooq.Parameter<Boolean> IS_HOLDABLE
          An uncommented item
static org.jooq.Parameter<Boolean> IS_SCROLLABLE
          An uncommented item
static org.jooq.Parameter<String> NAME
          An uncommented item
static org.jooq.Parameter<String> STATEMENT
          An uncommented item
 
Constructor Summary
PgCursor()
          Create a new routine call instance
 
Method Summary
 int compareTo(org.jooq.NamedQueryPart arg0)
           
protected  org.jooq.impl.Factory create()
           
protected  org.jooq.impl.Factory create(org.jooq.Configuration arg0)
           
 List<org.jooq.Attachable> getAttachables()
           
protected  List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)
           
protected  List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)
           
protected  List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)
           
 List<Object> getBindValues()
           
 org.jooq.Configuration getConfiguration()
           
 Timestamp getCreationTime()
           
 org.jooq.SQLDialect getDialect()
          Deprecated. 
 Boolean getIsBinary()
           
 Boolean getIsHoldable()
           
 Boolean getIsScrollable()
           
 String getName_()
           
 String getName()
           
 org.jooq.Param<?> getParam(String arg0)
           
 Map<String,org.jooq.Param<?>> getParams()
           
 org.jooq.Schema getSchema()
           
 String getSQL()
           
 String getSQL(boolean arg0)
           
 String getStatement()
           
<I> I
internalAPI(Class<I> arg0)
           
protected  org.jooq.exception.DataAccessException translate(String arg0, String arg1, SQLException arg2)
           
 
Methods inherited from class org.jooq.impl.AbstractRoutine
addInOutParameter, addInParameter, addOutParameter, asField, asField, attach, bind, createParameter, createParameter, execute, execute, getAttachables0, getInParameters, getInValues, getOutParameters, getPackage, getParameters, getReturnParameter, getReturnValue, getValue, isOverloaded, setField, setNumber, setNumber, setOverloaded, setReturnParameter, setValue, toSQL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jooq.NamedQueryPart
getName
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jooq.SchemaProvider
getSchema
 

Field Detail

NAME

public static final org.jooq.Parameter<String> NAME
An uncommented item


STATEMENT

public static final org.jooq.Parameter<String> STATEMENT
An uncommented item


IS_HOLDABLE

public static final org.jooq.Parameter<Boolean> IS_HOLDABLE
An uncommented item


IS_BINARY

public static final org.jooq.Parameter<Boolean> IS_BINARY
An uncommented item


IS_SCROLLABLE

public static final org.jooq.Parameter<Boolean> IS_SCROLLABLE
An uncommented item


CREATION_TIME

public static final org.jooq.Parameter<Timestamp> CREATION_TIME
An uncommented item

Constructor Detail

PgCursor

public PgCursor()
Create a new routine call instance

Method Detail

getName_

public String getName_()

getStatement

public String getStatement()

getIsHoldable

public Boolean getIsHoldable()

getIsBinary

public Boolean getIsBinary()

getIsScrollable

public Boolean getIsScrollable()

getCreationTime

public Timestamp getCreationTime()

getAttachables

public final List<org.jooq.Attachable> getAttachables()
Specified by:
getAttachables in interface org.jooq.AttachableInternal

getSchema

public final org.jooq.Schema getSchema()
Specified by:
getSchema in interface org.jooq.SchemaProvider

getName

public final String getName()
Specified by:
getName in interface org.jooq.NamedQueryPart

compareTo

public final int compareTo(org.jooq.NamedQueryPart arg0)
Specified by:
compareTo in interface Comparable<org.jooq.NamedQueryPart>

internalAPI

public final <I> I internalAPI(Class<I> arg0)
Specified by:
internalAPI in interface org.jooq.Adapter

getConfiguration

public final org.jooq.Configuration getConfiguration()
Specified by:
getConfiguration in interface org.jooq.AttachableInternal

getDialect

@Deprecated
public final org.jooq.SQLDialect getDialect()
Deprecated. 

Specified by:
getDialect in interface org.jooq.QueryPartInternal

getSQL

public final String getSQL()
Specified by:
getSQL in interface org.jooq.QueryPartInternal

getSQL

public final String getSQL(boolean arg0)
Specified by:
getSQL in interface org.jooq.QueryPartInternal

getBindValues

public final List<Object> getBindValues()
Specified by:
getBindValues in interface org.jooq.QueryPartInternal

getParams

public final Map<String,org.jooq.Param<?>> getParams()
Specified by:
getParams in interface org.jooq.QueryPartInternal

getParam

public final org.jooq.Param<?> getParam(String arg0)
Specified by:
getParam in interface org.jooq.QueryPartInternal

getAttachables

protected final List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)

getAttachables

protected final List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)

getAttachables

protected final List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)

create

protected final org.jooq.impl.Factory create()

create

protected final org.jooq.impl.Factory create(org.jooq.Configuration arg0)

translate

protected final org.jooq.exception.DataAccessException translate(String arg0,
                                                                 String arg1,
                                                                 SQLException arg2)


Copyright © 2012. All Rights Reserved.