public class Triggers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
RESULT_SET_NOT_OPEN |
Modifier | Constructor and Description |
---|---|
private |
Triggers() |
Modifier and Type | Method and Description |
---|---|
static void |
doConnCommit() |
static int |
doConnCommitInt() |
static void |
doConnectionSetIsolation() |
static void |
doConnRollback() |
static void |
doConnStmt(java.lang.String text) |
static int |
doConnStmtInt(java.lang.String text) |
static int |
doConnStmtIntNoRS(java.lang.String text) |
static void |
doConnStmtNoRS(java.lang.String text) |
static void |
doNothing() |
static int |
doNothingInt() |
static void |
getConnection() |
static java.lang.Long |
returnLong(java.lang.Long x) |
static long |
returnPrimLong(long x) |
(package private) static void |
zipThroughRs(java.sql.ResultSet s) |
private static final java.lang.String RESULT_SET_NOT_OPEN
public static int doNothingInt() throws java.lang.Throwable
java.lang.Throwable
public static void doNothing() throws java.lang.Throwable
java.lang.Throwable
public static int doConnCommitInt() throws java.lang.Throwable
java.lang.Throwable
public static void doConnCommit() throws java.lang.Throwable
java.lang.Throwable
public static void doConnRollback() throws java.lang.Throwable
java.lang.Throwable
public static void doConnectionSetIsolation() throws java.lang.Throwable
java.lang.Throwable
public static int doConnStmtIntNoRS(java.lang.String text) throws java.lang.Throwable
java.lang.Throwable
public static void doConnStmtNoRS(java.lang.String text) throws java.lang.Throwable
java.lang.Throwable
public static int doConnStmtInt(java.lang.String text) throws java.lang.Throwable
java.lang.Throwable
public static void doConnStmt(java.lang.String text) throws java.lang.Throwable
java.lang.Throwable
public static void getConnection() throws java.lang.Throwable
java.lang.Throwable
static void zipThroughRs(java.sql.ResultSet s) throws java.sql.SQLException
java.sql.SQLException
public static long returnPrimLong(long x)
public static java.lang.Long returnLong(java.lang.Long x)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.