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.Throwablepublic static void doNothing()
throws java.lang.Throwable
java.lang.Throwablepublic static int doConnCommitInt()
throws java.lang.Throwable
java.lang.Throwablepublic static void doConnCommit()
throws java.lang.Throwable
java.lang.Throwablepublic static void doConnRollback()
throws java.lang.Throwable
java.lang.Throwablepublic static void doConnectionSetIsolation()
throws java.lang.Throwable
java.lang.Throwablepublic static int doConnStmtIntNoRS(java.lang.String text)
throws java.lang.Throwable
java.lang.Throwablepublic static void doConnStmtNoRS(java.lang.String text)
throws java.lang.Throwable
java.lang.Throwablepublic static int doConnStmtInt(java.lang.String text)
throws java.lang.Throwable
java.lang.Throwablepublic static void doConnStmt(java.lang.String text)
throws java.lang.Throwable
java.lang.Throwablepublic static void getConnection()
throws java.lang.Throwable
java.lang.Throwablestatic void zipThroughRs(java.sql.ResultSet s)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static long returnPrimLong(long x)
public static java.lang.Long returnLong(java.lang.Long x)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.