public class Triggers
extends java.lang.Object
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() |
private static void |
dumpRS(java.sql.ResultSet s) |
static void |
getConnection() |
private static void |
printTriggerChanges() |
static java.lang.Long |
returnLong(java.lang.Long x) |
static long |
returnPrimLong(long x) |
static java.lang.String |
triggerFires(java.lang.String string) |
static java.lang.String |
triggerFiresMinimal(java.lang.String string) |
(package private) static void |
zipThroughRs(java.sql.ResultSet s) |
public static java.lang.String triggerFiresMinimal(java.lang.String string) throws java.lang.Throwable
java.lang.Throwable
public static java.lang.String triggerFires(java.lang.String string) throws java.lang.Throwable
java.lang.Throwable
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
private static void printTriggerChanges() throws java.lang.Throwable
java.lang.Throwable
private static void dumpRS(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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.