public class MariaDbCallableStatement extends MariaDbPreparedStatement implements CallableStatement:
import klyn.databases.sql.mariadb
# call = connection.callable("{ call ping() }")| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | outParameters | No summary. |
| public readonly property | outValues | No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public override | executeexecute() as Boolean throws SQLException: |
No summary. |
| public override | executeexecute(sql as String) as Boolean throws SQLException: |
No summary. |
| public override | executeQueryexecuteQuery(sql as String) as ResultSet throws SQLException: |
No summary. |
| public override | executeUpdateexecuteUpdate(sql as String) as Int throws SQLException: |
No summary. |
| public | getBooleangetBoolean(index as Int) as Boolean throws SQLException: |
No summary. |
| public | getDoublegetDouble(index as Int) as Double throws SQLException: |
No summary. |
| public | getIntgetInt(index as Int) as Int throws SQLException: |
No summary. |
| public | getLonggetLong(index as Int) as Long throws SQLException: |
No summary. |
| public | getObjectgetObject(index as Int) as Object throws SQLException: |
No summary. |
| public | getStringgetString(index as Int) as String throws SQLException: |
No summary. |
| public | outout(index as Int, sqlType as Int, scale as Int = 0) as CallableStatement throws SQLException: |
No summary. |
| public override | queryquery() as ResultSet throws SQLException: |
No summary. |
| public override | queryquery(sql as String) as ResultSet throws SQLException: |
No summary. |
| public | registerOutParameterregisterOutParameter(index as Int, sqlType as Int, scale as Int = 0) as CallableStatement throws SQLException: |
No summary. |
| public override | updateupdate() as Long throws SQLException: |
No summary. |
| public override | updateupdate(sql as String) as Long throws SQLException: |
No summary. |
| public | wasNullwasNull() as Boolean throws SQLException: |
No summary. |