|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.sqlite.Function
org.sqlite.Function.Aggregate
public abstract static class Function.Aggregate
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.sqlite.Function |
|---|
Function.Aggregate |
| Constructor Summary | |
|---|---|
Function.Aggregate()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
protected abstract void |
xFinal()
|
protected void |
xFunc()
Called by SQLite as a custom function. |
protected abstract void |
xStep()
|
| Methods inherited from class org.sqlite.Function |
|---|
args, create, destroy, error, result, result, result, result, result, result, value_blob, value_bytes, value_double, value_int, value_long, value_text, value_type |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Function.Aggregate()
| Method Detail |
|---|
protected final void xFunc()
Function
xFunc in class Function
protected abstract void xStep()
throws java.sql.SQLException
java.sql.SQLException
protected abstract void xFinal()
throws java.sql.SQLException
java.sql.SQLException
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||