public static class DefaultStatement.DefaultImpls
Sets up some default values for all Lenses Statement instances.
public static void clearWarnings(DefaultStatement $this)
public static java.sql.SQLWarning getWarnings(DefaultStatement $this)
public static boolean getMoreResults(DefaultStatement $this)
public static boolean getMoreResults(DefaultStatement $this, int current)
public static int getMaxFieldSize(DefaultStatement $this)
public static void setMaxFieldSize(DefaultStatement $this, int max)
public static int getMaxRows(DefaultStatement $this)
public static void setMaxRows(DefaultStatement $this, int max)
public static int getFetchSize(DefaultStatement $this)
public static void setFetchSize(DefaultStatement $this, int rows)
public static int getFetchDirection(DefaultStatement $this)
public static void setFetchDirection(DefaultStatement $this, int direction)
public static void setPoolable(DefaultStatement $this, boolean poolable)
public static int getResultSetHoldability(DefaultStatement $this)
public static java.lang.Void setCursorName(DefaultStatement $this, java.lang.String name)
public static void setEscapeProcessing(DefaultStatement $this, boolean enable)
public static boolean isPoolable(DefaultStatement $this)
public static int getResultSetType(DefaultStatement $this)
public static int getResultSetConcurrency(DefaultStatement $this)
public static java.sql.ResultSet getGeneratedKeys(DefaultStatement $this)